
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 '     C o m m a n d s   t o   T h e r e m i n o _ O L L A M A 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 
 
 V a r i a b l e   N u m e r i c   S l o t _ C o m m a n d s   =   8 5 
 
 V a r i a b l e   N u m e r i c   S l o t _ R e s p o n s e s   =   8 6 
 
 
 
 B u t t o n   1   L a b e l   S t o p _ 
 
 
 
 B u t t o n   3   L a b e l   S e t M o d e l 
 
 B u t t o n   4   L a b e l   S e t R a n d o m n e s s 
 
 
 
 B u t t o n   6   L a b e l   S e n d P r o m p t 1 
 
 B u t t o n   7   L a b e l   S e n d P r o m p t 2 
 
 B u t t o n   8   L a b e l   S e n d P r o m p t 3 
 
 
 
 B u t t o n   1 0   L a b e l   N e w C h a t 
 
 
 
 C o n t r o l s   O p e n T e x t B o x 
 
 L o o p 
 
 S t o p 
 
 
 
 L a b e l   L o o p 
 
 	 I f   S l o t T e x t ( S l o t _ R e s p o n s e s )   < >   " " 
 
 	 	 s 1   =   S l o t T e x t ( S l o t _ R e s p o n s e s ) 
 
 	 	 I f   S t r i n g C o n t a i n s ( s 1 ,   " < < < E N D > > > " ) 
 
 	 	 	 ' C o n t r o l s   C l e a r T e x t B o x 
 
 	 	 	 P r i n t   s 1 
 
 	 	 	 ' S l o t T e x t ( S l o t _ R e s p o n s e s )   =   " " 
 
 	 	 E n d I f 
 
 	 E n d I f 
 
 G o t o   L o o p 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     S E N D   C O M M A N D   ( d e f a u l t   t i m e o u t   =   0 . 5   S e c ) 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 L a b e l   S e n d C o m m a n d 
 
 	 V a r i a b l e   N u m e r i c   S C 1               ' < - -   P a r a m e t e r   D e s t i n a t . - S l o t 
 
 	 V a r i a b l e   S t r i n g     S C 2               ' < - -   P a r a m e t e r   C o m m a n d - S t r i n g 
 
 	 V a r i a b l e   N u m e r i c   S C 3   =   0 . 5   ' < - -   T h e   t i m e o u t   i n   s e c o n d s 
 
 	 V a r i a b l e   N u m e r i c   S C 4 
 
 	 S l o t T e x t   S C 1   =   S C 2 
 
 	 F o r   S C 4   =   0 . 1   T o   S C 3   S t e p   0 . 1 
 
 	 	 I f   S l o t T e x t ( S C 1 )   =   " " 
 
 	 	 	 E x i t 
 
 	 	 E n d I f 
 
 	 	 W a i t   S e c o n d s   0 . 1 
 
 	 N e x t 
 
 R e t u r n 
 
 
 
 L a b e l   S t o p _ 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S t o p " ) 
 
 R e t u r n 
 
 
 
 L a b e l   S e t M o d e l 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t M o d e l   "   +   I n t ( R n d   *   1 0 ) ) 
 
 R e t u r n 
 
 L a b e l   S e t R a n d o m n e s s 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t R a n d o m n e s s   "   +   I n t ( R n d   *   1 5 0 ) ) 
 
 R e t u r n 
 
 
 
 L a b e l   S e n d P r o m p t 1 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e n d P r o m p t "   +   "   H o w   a r e   y o u   ? " ) 
 
 R e t u r n 
 
 L a b e l   S e n d P r o m p t 2 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e n d P r o m p t "   +   "   W h a t   t i m e   i s   i t   ? " ) 
 
 R e t u r n 
 
 L a b e l   S e n d P r o m p t 3 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e n d P r o m p t "   +   "   W h a t   i s   y o u r   n a m e   ? " ) 
 
 R e t u r n 
 
 
 
 L a b e l   N e w C h a t 
 
 	 C o n t r o l s   C l e a r T e x t B o x 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " N e w C h a t " ) 
 
 R e t u r n 
 
 
 
 
 
 ' B O O K M A R K S   
 
 
 
 ' E D I T E D L I N E S   8   1   1 0   2   1 1   3   1 3   1 0   1 4   1 0   1 5   1 0   1 7   7   6 2   8   6 5   9   6 8   1 0   
 
 
 
 